home *** CD-ROM | disk | FTP | other *** search
- global gNext
-
- on mouseDown
- puppetSound("MoreB")
- puppetSprite(14, 1)
- set the castNum of sprite 14 to 44
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 14 to 45
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 14 to 44
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 14 to 45
- updateStage()
- puppetSprite(14, 0)
- set gNext to "more fade"
- go("start more")
- end
-